[DEPRECATED] Use form field endpoints instead. Delete a specific incident custom field selection by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 179,
"incident_id": "9a588c96-7e73-4cb2-995c-fc2a93fea76c",
"value": "Nemo voluptatem dolores voluptatum.",
"selected_option_ids": []
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 179,
"incident_id": "9a588c96-7e73-4cb2-995c-fc2a93fea76c",
"value": "Nemo voluptatem dolores voluptatum.",
"selected_option_ids": []
}
}
}